CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - romberg integration

搜索资源列表

  1. NumericalAnalysis

    1下载:
  2. 用JAVA编写的一个界面程序,实现了二分法、牛顿法、高斯法、SOR迭代法、三角分解法、三次样条插值曲线、曲线拟合的最小二乘法、数值积分Romberg算法、常微分方程的初值解法 改进Euler法、矩阵的特征值和特征向量 反幂法-An interface with a JAVA program written to achieve a dichotomy, Newton method, Gauss law, SOR iteration method, triangular decomposition
  3. 所属分类:Algorithm

    • 发布日期:2017-05-19
    • 文件大小:5521417
    • 提供者:Lynn
  1. daima

    2下载:
  2. 根据给定的函数,分别用复合梯形公式、复合辛普森公式、龙贝格求积公式和变步长的求积公式计算积分结果,并且比较积分的精确度。-According to a given function, namely, composite trapezoidal formula using composite Simpson formula Romberg quadrature formula and the variable step-size integration quadrature formula res
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1560
    • 提供者:娜娜
  1. CalculationAlgorithm

    0下载:
  2. Gauss,加速迭代,拉格朗日插值法,龙贝格算法,牛顿迭代算法,梯形法积分,自适应梯形公式-Gauss, to accelerate the iteration, the Lagrange interpolation method, Romberg algorithm, Newton algorithm, trapezoidal integration method, adaptive trapezoid formula
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:3137
    • 提供者:james
  1. Romberg_integration

    0下载:
  2. 数值分析中的龙贝格积分的C语言实现源程序-Numerical Analysis of Integration Romberg C language source
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:736
    • 提供者:Allen
  1. RobergandIntgauss

    1下载:
  2. 在MATLAB平台下,利用龙贝格公式和高斯公式,求解数值积分,源码-In the MATLAB platform, using Romberg formula and the Gauss formula, solving numerical integration, source code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:789
    • 提供者:chenshanshan
  1. sy

    0下载:
  2. 常用的数值积分方法(特别是梯形、Simpson方法、和Romberg算法),编制复合梯形公式,复合Simpson公式,Romberg算法的程序,数值积分方法的逐步精致化过程-Commonly used numerical integration methods (in particular, trapezoidal, Simpson method, and the Romberg algorithm), the preparation of composite trapezoidal rule,
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:872
    • 提供者:apple
  1. Romberg1

    0下载:
  2. 该代码利用Romberg算法,实现了给定函数在特定精度的数值积分。-The code using Romberg algorithm to achieve a given function in a specific numerical integration accuracy.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:515
    • 提供者:王静
  1. JIFEN

    1下载:
  2. 数值计算积分的C语言实现,包括复化梯形法,复化抛物线,龙贝格求积分-Numerical integration of the C language, including the rehabilitation of the trapezoid method, compound of the parabola, Romberg quadrature
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1125
    • 提供者:宋畅
  1. szfxShiYan8

    0下载:
  2. *用数值积分求π的近似值 *复合求积公式 *龙贝格积分-* Seek numerical integration approximation of π* complex* Romberg quadrature points
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:127549
    • 提供者:YangForm
  1. dingjifen

    0下载:
  2. VC编程,romberg积分两种方法,复化梯形积分,计算数学-VC program, romberg points two ways, rehabilitation of the trapezoidal integration, computational mathematics
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1590
    • 提供者:张若冰
  1. numerical

    0下载:
  2. 计算方法的龙贝格数值积分的C++语言实现方法。-Calculated Romberg numerical integration C++ language.
  3. 所属分类:Development Research

    • 发布日期:2017-11-24
    • 文件大小:52722
    • 提供者:ma
  1. numerical-methods

    1下载:
  2. 数值方法的5个重要的算法: 1.[Dirich.m] 求解拉普拉斯方程的狄利克雷方法. 用于偏微分方程的数值解 2.[Hamming.m] 汉明方法是用来修正微分方程的多步预测。 3. [Milne.m] 米尔恩 - 辛普森差分方程求解方法,用于预测校正方法。 4. [Rkf45.m]龙格 - 库塔 - 沃尔伯格错误控制和步骤的方法求解微分方程的近似解 5.[Romber.m]著名的龙贝格积分源代码。计算结果存在并显示为下三角矩阵。-Numerical Methods in
  3. 所属分类:Algorithm

    • 发布日期:2017-11-09
    • 文件大小:4411
    • 提供者:黄建理
  1. interval-integral

    1下载:
  2. 龙贝格法计算数值积分C语言代码。改代码本人亲自编写,代码执行效率高,使用时修改方便,注释详细。-Romberg method of numerical integration of the C language code. Personally written to change the code, code execution efficiency, when used to modify detailed notes.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-23
    • 文件大小:924
    • 提供者:ahui
  1. calculator

    0下载:
  2. 上计算方法课的第二个程序,主要是实现数值积分的,尤其是romberg积分法,加速收敛技巧等等。-Calculation method for the class of the second program, mainly realizes the numerical integration, especially the romberg integral method, accelerating convergence technique and so on.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:979
    • 提供者:孤鹜
  1. integral

    0下载:
  2. 该程序用matlab编写数值积分方法,包括梯形公式,Simpson公式和Romberg算法,在main.m文件测试三类算法。这是数值计算方法是必须掌握的代码。-The program is prepared using matlab numerical integration methods, including trapezoidal formula, Simpson and Romberg algorithm for three kinds of formulas in main.m fil
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2160
    • 提供者:蔡声泽
  1. Dragon-berg-quadrature-algorithm

    0下载:
  2. 龙贝格求积算法,采用龙贝格算法求函数积分,精度较高。-Romberg quadrature algorithm, using Romberg algorithm for function integration and high precision.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-01
    • 文件大小:680
    • 提供者:shenglei
  1. shuzhijifern

    0下载:
  2. 用复合梯形,复合辛普森公式以及Romberg公式计算数值积分的3个程序-Calculated using the composite trapezoidal numerical integration, composite Simpson formula and Romberg formula 3 program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1362
    • 提供者:陈惠华
  1. Desktop

    1下载:
  2. matlab实现的一些数值积分方法,抛物型公式积分,复化辛普森公式积分,龙贝格公式积分-MATLAB implementation of numerical integration method integral parabolic formula, compound Simpson formula for integrals, Romberg formula score
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1281
    • 提供者:王忠磊
  1. shuzhijifen

    0下载:
  2. 变补长梯形求积法、变步长辛卜生求积法、自适应梯形求积法、龙贝格求积法等多种数值积分C++源代码-Adaptive quadrature method and trapezoidal romberg quadrature method for multiple numerical integration, such as C++ source code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2498
    • 提供者:张峰
  1. fRomberg

    0下载:
  2. 实用龙贝格算法数值计算复杂高阶函数的积分,可以自定义函数的模型,计算速度快、精度高-Practical Romberg algorithm numerical integration of complex higher-order functions, you can customize the model defined functions, computing speed, high precision
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:566
    • 提供者:jin
« 1 2 3 4 56 »
搜珍网 www.dssz.com